CSE 2231 Glossary

Smart Node

Usually referred to as Dummy Node or Sentinel Node, these are used in linked lists to make code easier to write by reducing the number of special cases that must be accounted for in the implementation.

Previous

Next